home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / business / misc / fwmacros2 / fw_macros.doc < prev    next >
Text File  |  1995-03-23  |  3KB  |  94 lines

  1. Short:       AREXX Scripts for Final Writer
  2. Uploader:  nsd3@hawk.le.ac.uk (Nigel S. Domaingue)
  3. Author:       nsd3@hawk.le.ac.uk (Nigel S. Domaingue)
  4. Type:       utils/rexx
  5.  
  6.  
  7.                 FINAL WRITER AREXX MACROS
  8.                 =========================
  9.  
  10.                   by Nigel S. Domaingue
  11.                       January 1995
  12.  
  13.  
  14.  
  15. Contents of This Archive:
  16. ~~~~~~~~~~~~~~~~~~~~~~~~~
  17.     FW_Macros.doc       - This file
  18.  
  19.   # Remove_Section      - Removes any section
  20.     Remove_Indent       - Text paragraph with no indents
  21.     Indent_Hanging      - Paragraph with hanging indent
  22.     Indent_Para         - Paragraph with indent
  23.   * Goto_Outline        - Goto/create Outline section
  24.     Goto_Main           - Goto main section (no create opt)
  25.   * Goto_Title          - Goto/create Title Page section
  26.   * Goto_Bibliography   - Goto/create Bibliography
  27.   * Goto_Contents       - Goto/create Table of Contents
  28.   * Goto_Index          - Goto/create Index
  29.     GfxTool             - Set cursor to Graphics tool
  30.     Draw_TextBlock      \  Place a standard sized (1"x1")
  31.     Draw_Oval            | object at coords 1",1" from top
  32.     Draw_Arrow           > left of current screen position.
  33.     Draw_Box             | (In case of TextBlock, text is
  34.     Draw_Line           /  current default text)
  35.     TextTool            - Set cursor to Text tool
  36.  
  37.  
  38. # Requests text pattern of any length (Case Insensitive).
  39. * These macros will go to that section if it exisits,
  40.   otherwise they will prompt the user to create it.
  41.  
  42.  
  43. Description:
  44. ~~~~~~~~~~~~
  45.    Final Writer is indeed one of the most powerful word
  46. publishers on the Amiga, yet much of its potential is not
  47. easily realised.  The menus are comprehensive, yet lacking
  48. in flexibility.
  49.  
  50.    I have written this set of AREXX macros to enhance Final
  51. Writer and make it even easier to use.  With so many macros,
  52. the best way to make use of them is by using the
  53. customisable toolbar.
  54.  
  55.  
  56. Installation:
  57. ~~~~~~~~~~~~~
  58.    You don't need an Installer script, do you?
  59.  
  60.    All you have to do is copy all the files in in this
  61. archive into the FWMacros drawer in your Final Writer area.
  62. The files all have icons so this a simple task using the
  63. workbench.
  64.  
  65.  
  66. Useage:
  67. ~~~~~~~
  68.    Useage is fairly straightforward.  I have tried to make
  69. the macros as complete as possible.  It is always possible
  70. to cancel a big operation (although mistakes cannot be
  71. undone).
  72.  
  73.  
  74. Copyright Notice:
  75. ~~~~~~~~~~~~~~~~~
  76. The AREXX macros contained herein are © Nigel S. Domaingue,
  77. 1995.  They are freely distributable.
  78.  
  79. 'Final Writer' is a trademark of Softwood Inc.
  80.  
  81.  
  82. Author:
  83. ~~~~~~~
  84. Nigel S. Domaingue
  85.  
  86. E-mail:
  87.      nsd3@hawk.le.ac.uk        (Until summer 1995 only)
  88. WWW:
  89.      http://www.le.ac.uk/CWIS/SU/SO/STSOC/nsd3.html
  90. (Also)
  91.      http://www-bprc.mps.ohio-state.edu/cgi-bin/hpp/nsd.html
  92.  
  93.  
  94.